home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / csetup.zip / DIALOGS.H < prev    next >
Text File  |  1993-12-23  |  4KB  |  150 lines

  1. /***************************************************************************/
  2. /****************    include file for dialog controls  *********************/
  3. /***************************************************************************/
  4.  
  5.  
  6. /*
  7. **    PushButton Control IDs
  8. */
  9. #define IDC_A        401
  10. #define IDC_B        402
  11. #define IDC_C        403
  12. #define IDC_D        404
  13. #define IDC_E        405
  14. #define IDC_F        406
  15. #define IDC_G        407
  16. #define IDC_H        408
  17. #define IDC_I        409
  18. #define IDC_J        410
  19. #define IDC_K        411
  20. #define IDC_L        412
  21. #define IDC_M        413
  22. #define IDC_N        414
  23. #define IDC_O        415
  24. #define IDC_P        416
  25. #define IDC_Q        417
  26. #define IDC_R        418
  27. #define IDC_S        419
  28. #define IDC_T        420
  29. #define IDC_U        421
  30. #define IDC_V        422
  31. #define IDC_W        423
  32. #define IDC_X        424
  33. #define IDC_Y        425
  34. #define IDC_Z        426
  35.  
  36. /*
  37. **    Edit Control IDs
  38. */
  39. #define IDC_EDIT     427
  40. #define IDC_EDIT2    428
  41.  
  42. /*
  43. **    ListBox Control IDs
  44. */
  45. #define IDC_LIST1    429
  46. #define IDC_LIST2    430
  47.  
  48. /*
  49. **    Text Control IDs
  50. */
  51. #define IDC_TEXT1    431
  52. #define IDC_TEXT2    432
  53. #define IDC_TEXT3    433
  54. #define IDC_TEXT4    434
  55. #define IDC_TEXT5    435
  56. #define IDC_TEXT6    436
  57. #define IDC_TEXT7    437
  58. #define IDC_TEXT8    438
  59. #define IDC_TEXT9    439
  60. #define IDC_TEXT10   440
  61. #define IDC_TEXT11   441
  62.  
  63. /*
  64. **    Radio and Checkbox Button Control IDs
  65. */
  66. #define IDC_B0       450
  67. #define IDC_B1       451
  68. #define IDC_B2       452
  69. #define IDC_B3       453
  70. #define IDC_B4       454
  71. #define IDC_B5       455
  72. #define IDC_B6       456
  73. #define IDC_B7       457
  74. #define IDC_B8       458
  75. #define IDC_B9       459
  76. #define IDC_B10      460
  77.  
  78. /*
  79. **    ICON IDs
  80. */
  81. #define IDC_ICON0    500
  82. #define IDC_ICON1    501
  83. #define IDC_ICON2    502
  84. #define IDC_ICON3    503
  85. #define IDC_ICON4    504
  86. #define IDC_ICON5    505
  87. #define IDC_ICON6    506
  88. #define IDC_ICON7    507
  89. #define IDC_ICON8    508
  90. #define IDC_ICON9    509
  91. #define IDC_SETUP    202
  92.  
  93. /*
  94. ** Special Pushbotton IDs
  95. */
  96. #define IDC_SP1    521
  97. #define IDC_SP2    522
  98. #define IDC_SP3    523
  99. #define IDC_SP4    524
  100. #define IDC_SP5    525
  101. #define IDC_SP6    526
  102. #define IDC_SP7    527
  103. #define IDC_SP8    528
  104. #define IDC_SP9    529
  105. #define IDC_SP10   530
  106.  
  107. /*
  108. ** Status Text Field IDs
  109. */
  110.  
  111. #define IDC_STATUS1    541
  112. #define IDC_STATUS2    542
  113. #define IDC_STATUS3    543
  114. #define IDC_STATUS4    544
  115. #define IDC_STATUS5    545
  116. #define IDC_STATUS6    546
  117. #define IDC_STATUS7    547
  118. #define IDC_STATUS8    548
  119. #define IDC_STATUS9    549
  120. #define IDC_STATUS10   550
  121.  
  122. /*
  123. ** Dialog IDs
  124. */
  125. #define WELCOME                     100
  126. #define ASKQUIT                     200
  127. #define DESTPATH                    300
  128. #define EXITFAILURE                 400
  129. #define EXITQUIT                    600
  130. #define EXITSUCCESS                 700
  131. #define OPTIONS                     800
  132. #define APPHELP                     900
  133. #define SINGLELIST                 1900
  134. #define CHECK                      2500
  135. #define EXTENDEDLIST               3900
  136. #define MODELESS                   5000
  137. #define MULTILIST                  5200
  138. #define CUSTINST                   6200
  139. #define TOOBIG                     6300
  140. #define BADPATH                    6400
  141. #define CDALREADYUSED              7100
  142. #define CDBADFILE                  7200
  143. #define CDCONFIRMINFO              7300
  144. #define CDGETNAME                  7400
  145. #define CDGETNAMEORG               7500
  146. #define CDGETORG                   7600
  147. #define CDBADNAME                  7700
  148. #define CDBADORG                   7800
  149.  
  150.